home *** CD-ROM | disk | FTP | other *** search
/ Tux Racer / Tux Racer.iso / program files / Sunspire Studios / Tux Racer / courses / swiss / swiss3 / course.tcl next >
Encoding:
Text File  |  2001-09-09  |  1.3 KB  |  40 lines

  1. objset :course -course_name "Swiss 3"
  2. objset :course:heightmap -width 180
  3. objset :course:heightmap -length 2000
  4. objset :course:heightmap -play_width 160
  5. objset :course:heightmap -play_length 1899.29
  6. objset :course:heightmap -angle 26
  7. objset :course:heightmap -elev_scale 28
  8. objcall :course:heightmap load_elevation elev.png
  9.  
  10. objset :course -start_pt {89 12}
  11.  
  12. tux_course_init
  13.  
  14. objcall :actions:course:truck1 start
  15. objcall :actions:course:truck2 start
  16. objcall :actions:course:truck3 start
  17. objcall :actions:course:truck4 start
  18. objcall :actions:course:truck5 start
  19. objcall :actions:course:truck6 start
  20. objcall :actions:course:truck7 start
  21. objcall :actions:course:truck8 start
  22. objcall :actions:course:truck9 start
  23. objcall :actions:course:truck10 start
  24. objcall :actions:course:truck11 start
  25. objcall :actions:course:truck12 start
  26. objcall :actions:course:truck13 start
  27. objcall :actions:course:truck14 start
  28. objcall :actions:course:truck15 start
  29. objcall :actions:course:truck16 start
  30. objcall :actions:course:car1 start
  31. objcall :actions:course:car2 start
  32. objcall :actions:course:car3 start
  33. objcall :actions:course:car4 start
  34. objcall :actions:course:car5 start
  35. objcall :actions:course:car6 start
  36. objcall :actions:course:car7 start
  37. objcall :actions:course:car8 start
  38. objcall :actions:course:car9 start
  39. objcall :actions:course:car10 start
  40.